Commit 28da9a42 authored by Davis King's avatar Davis King

updated docs

parent c9a5e959
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
<spec_file link="true">dlib/optimization/optimization_line_search_abstract.h</spec_file> <spec_file link="true">dlib/optimization/optimization_line_search_abstract.h</spec_file>
<description> <description>
This function finds the 2nd or 3rd degree polynomial that interpolates a This function finds the 2nd or 3rd degree polynomial that interpolates a
pair of points and returns you the minimum of that polynomial. set of points and returns the minimum of that polynomial.
</description> </description>
</component> </component>
...@@ -175,7 +175,7 @@ ...@@ -175,7 +175,7 @@
<spec_file link="true">dlib/optimization/optimization_line_search_abstract.h</spec_file> <spec_file link="true">dlib/optimization/optimization_line_search_abstract.h</spec_file>
<description> <description>
This function finds the second order polynomial that interpolates a This function finds the second order polynomial that interpolates a
set of points and returns you the minimum of that polynomial. set of points and returns the minimum of that polynomial.
</description> </description>
</component> </component>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment