Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
3f791148
Commit
3f791148
authored
Nov 19, 2012
by
Davis King
Browse files
fixed a bunch of broken links
parent
cc0b205d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
7 deletions
+8
-7
docs/docs/api.xml
docs/docs/api.xml
+3
-1
docs/docs/enable_if.html
docs/docs/enable_if.html
+1
-1
docs/docs/howto_contribute.xml
docs/docs/howto_contribute.xml
+1
-1
docs/docs/ml.xml
docs/docs/ml.xml
+1
-1
docs/docs/optimization.xml
docs/docs/optimization.xml
+2
-2
docs/docs/term_index.xml
docs/docs/term_index.xml
+0
-1
No files found.
docs/docs/api.xml
View file @
3f791148
...
@@ -915,9 +915,11 @@
...
@@ -915,9 +915,11 @@
</description>
</description>
<examples>
<examples>
<example>
iosockstream_ex.cpp.html
</example>
<example>
sockets_ex.cpp.html
</example>
<example>
sockets_ex.cpp.html
</example>
<example>
sockstreambuf_ex.cpp.html
</example>
<example>
sockstreambuf_ex.cpp.html
</example>
<example>
sockets_ex_2.cpp.html
</example>
<example>
server_http_ex.cpp.html
</example>
<example>
server_iostream_ex.cpp.html
</example>
</examples>
</examples>
<implementations>
<implementations>
...
...
docs/docs/enable_if.html
View file @
3f791148
...
@@ -127,7 +127,7 @@ When valid, <TT>enable_if_c<B, T>::type</TT> equals <TT>T</TT>.
...
@@ -127,7 +127,7 @@ When valid, <TT>enable_if_c<B, T>::type</TT> equals <TT>T</TT>.
The
<TT>
enable_if_c
</TT>
template can thus be used for controlling when functions are considered for
The
<TT>
enable_if_c
</TT>
template can thus be used for controlling when functions are considered for
overload resolution and when they are not.
overload resolution and when they are not.
For example, the following function is defined for all arithmetic types (according to the
For example, the following function is defined for all arithmetic types (according to the
classification of the
<A
HREF=
"http://www.boost.org/libs/type_traits/index.html"
>
Boost type_traits library
</A>
):
classification of the
<A
HREF=
"http://www.boost.org/
doc/libs/release/
libs/type_traits/index.html"
>
Boost type_traits library
</A>
):
<PRE>
template
<
class T
>
<PRE>
template
<
class T
>
typename enable_if_c
<
boost::is_arithmetic
<
T
>
::value, T
>
::type
typename enable_if_c
<
boost::is_arithmetic
<
T
>
::value, T
>
::type
foo(T t) { return t; }
foo(T t) { return t; }
...
...
docs/docs/howto_contribute.xml
View file @
3f791148
...
@@ -249,7 +249,7 @@ Then <a href="mailto:davis@dlib.net">email me</a> the dlibchanges.hg file and I'
...
@@ -249,7 +249,7 @@ Then <a href="mailto:davis@dlib.net">email me</a> the dlibchanges.hg file and I'
unlock it for you. Or suppose you have made a TCP
<a
href=
"api.html#sockets"
>
connection
</a>
unlock it for you. Or suppose you have made a TCP
<a
href=
"api.html#sockets"
>
connection
</a>
to another machine and you want to be certain the resources associated with that connection
to another machine and you want to be certain the resources associated with that connection
are always released. You can easily accomplish this with RAII by using the scoped_ptr as
are always released. You can easily accomplish this with RAII by using the scoped_ptr as
shown in
<a
href=
"sock
ets
_ex
_2
.cpp.html"
>
this
</a>
example program.
shown in
<a
href=
"sock
streambuf
_ex.cpp.html"
>
this
</a>
example program.
</p>
</p>
<p>
<p>
RAII is a trivial technique to use. All you have to do is not call new and delete and
RAII is a trivial technique to use. All you have to do is not call new and delete and
...
...
docs/docs/ml.xml
View file @
3f791148
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<br/>
<br/>
<h3>
Paper Describing dlib Machine Learning
</h3>
<h3>
Paper Describing dlib Machine Learning
</h3>
<pre>
<pre>
Davis E. King.
<a
href=
"http://
www.
jmlr.
org
/papers/volume10/king09a/king09a.pdf"
>
Dlib-ml: A Machine Learning Toolkit
</a>
.
Davis E. King.
<a
href=
"http://jmlr.
csail.mit.edu
/papers/volume10/king09a/king09a.pdf"
>
Dlib-ml: A Machine Learning Toolkit
</a>
.
<i>
Journal of Machine Learning Research
</i>
10, pp. 1755-1758, 2009
<i>
Journal of Machine Learning Research
</i>
10, pp. 1755-1758, 2009
@Article{dlib09,
@Article{dlib09,
...
...
docs/docs/optimization.xml
View file @
3f791148
...
@@ -398,7 +398,7 @@ subject to the following constraint:
...
@@ -398,7 +398,7 @@ subject to the following constraint:
<li>
Chang and Lin, Training {nu}-Support Vector Classifiers: Theory and Algorithms
</li>
<li>
Chang and Lin, Training {nu}-Support Vector Classifiers: Theory and Algorithms
</li>
<li>
Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support vector
<li>
Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support vector
machines, 2001. Software available at
machines, 2001. Software available at
<a
href=
"http://www.csie.ntu.edu.tw/~cjlin/libsvm"
>
http://www.csie.ntu.edu.tw/~cjlin/libsvm
</a></li>
<a
href=
"http://www.csie.ntu.edu.tw/~cjlin/libsvm
/
"
>
http://www.csie.ntu.edu.tw/~cjlin/libsvm
</a></li>
</ul>
</ul>
</description>
</description>
...
@@ -429,7 +429,7 @@ subject to the following constraint:
...
@@ -429,7 +429,7 @@ subject to the following constraint:
<ul>
<ul>
<li>
Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support vector
<li>
Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support vector
machines, 2001. Software available at
machines, 2001. Software available at
<a
href=
"http://www.csie.ntu.edu.tw/~cjlin/libsvm"
>
http://www.csie.ntu.edu.tw/~cjlin/libsvm
</a></li>
<a
href=
"http://www.csie.ntu.edu.tw/~cjlin/libsvm
/
"
>
http://www.csie.ntu.edu.tw/~cjlin/libsvm
</a></li>
<li>
Working Set Selection Using Second Order Information for Training Support Vector Machines by
<li>
Working Set Selection Using Second Order Information for Training Support Vector Machines by
Fan, Chen, and Lin. In the Journal of Machine Learning Research 2005.
</li>
Fan, Chen, and Lin. In the Journal of Machine Learning Research 2005.
</li>
</ul>
</ul>
...
...
docs/docs/term_index.xml
View file @
3f791148
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
<term_list>
<term_list>
<term
file=
"dlib/rand/rand_float_abstract.h.html"
name=
"get_random_float"
/>
<term
link=
"compile.html"
name=
"DLIB_REVISION"
/>
<term
link=
"compile.html"
name=
"DLIB_REVISION"
/>
<term
file=
"dlib/algs.h.html"
name=
"stack_based_memory_block"
/>
<term
file=
"dlib/algs.h.html"
name=
"stack_based_memory_block"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment