Author: matt
Date: 2011-01-04 10:28:01 -0800 (Tue, 04 Jan 2011)
New Revision: 8184
Log:
Some minor doc changes to avoid doxygen warning.

Modified:
   branches/branch-1.3/documentation/src/osissues.dox
   branches/branch-1.3/makesrcdist
   branches/branch-1.3/src/Fl_Group.cxx

Modified: branches/branch-1.3/documentation/src/osissues.dox
===================================================================
--- branches/branch-1.3/documentation/src/osissues.dox  2011-01-04 17:31:56 UTC 
(rev 8183)
+++ branches/branch-1.3/documentation/src/osissues.dox  2011-01-04 18:28:01 UTC 
(rev 8184)
@@ -286,12 +286,14 @@
 }
 \endcode
 
+\verbatim
 Fl_X *Fl_X::set_xid(Fl_Window*, Window xid)
+\endverbatim
 
 \par
 Allocate a hidden structure called an Fl_X, put the
 XID into it, and set a pointer to it from the Fl_Window.
-This causes Fl_Window::shown()to return true.
+This causes Fl_Window::shown() to return true.
 
 void Fl_X::make_xid(Fl_Window*, XVisualInfo* = fl_visual, Colormap = 
fl_colormap)
 

Modified: branches/branch-1.3/makesrcdist
===================================================================
--- branches/branch-1.3/makesrcdist     2011-01-04 17:31:56 UTC (rev 8183)
+++ branches/branch-1.3/makesrcdist     2011-01-04 18:28:01 UTC (rev 8184)
@@ -15,9 +15,20 @@
        url="."
 else
        if test ! -e "documentation/html/"; then
-               echo "ERROR: Please generate the HTML documentation and update 
the PDF."
+               echo "ERROR: Please generate the HTML documentation before 
distributing:"
+               echo "  autoconf"
+               echo "  ./configure"
+               echo "  cd documentation; make html-dist"
                exit
        fi 
+       if test ! -e "documentation/fltk.pdf"; then
+               echo "ERROR: Please generate the PDF documentation before 
distributing:"
+               echo "  autoconf"
+               echo "  ./configure"
+               echo "  cd documentation; make html-dist"
+               exit
+       fi 
+exit
        echo Creating tag for release...
        rev="1"
        version=$1

Modified: branches/branch-1.3/src/Fl_Group.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Group.cxx        2011-01-04 17:31:56 UTC (rev 
8183)
+++ branches/branch-1.3/src/Fl_Group.cxx        2011-01-04 18:28:01 UTC (rev 
8184)
@@ -89,7 +89,8 @@
 Fl_Group *Fl_Group::current() {return current_;}
 
 /**
-  See static Fl_Group *Fl_Group::current() 
+  Sets the current group.
+  \see Fl_Group::current() 
 */
 void Fl_Group::current(Fl_Group *g) {current_ = g;}
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to