Commit Graph

135 Commits

Author SHA1 Message Date
Andreas Meyer 8271c9fa95 tex2doxy: added
* logging with verbosity levels
  * cmdline parsing (doxy and tex xml filenames)
2007-02-27 22:53:21 +00:00
Andreas Meyer 46f90ca21a tex2doxy: normalize function names even more. substitute
template parameters by $0...n to work around different spellings
(like ForwardIter and ForwardIterator).
2007-02-26 00:42:52 +00:00
Andreas Meyer 8c972cf9b6 now tex2doxy is immune against different spellings in
doc_tex and actual code (regarding function parameters). 
before comparing declaration-strings, they are normalized:
 * variable names and default values are eliminated
 * spaces are compressed/removed
 * function argument types can be (nested) template parameters, 
   pointers and arrays (not mixed with "(" and ")", however)
2007-02-25 20:38:57 +00:00
Andreas Meyer 1894f1146b now tex2doxy can find for each doc_tex struct/class memberfunction,
the corresponding doxygen memberfunction. this demonstrates that 
(semi)automatic conversion is feasible.
2007-02-23 22:59:44 +00:00
Andreas Meyer 394579f4f8 introduced an internal switch to select alignment of pkg illustration
with rest of pkg description. can be one of 
(1) align pic with heading 
(2) align pic with summary text (which is now default)
2007-02-22 17:08:21 +00:00
Andreas Meyer 5a74125fd9 html bugfix: now for small displays, the terms "user manual"
and "reference manual" are properly aligned in the TOC
2007-02-22 13:45:47 +00:00
Andreas Meyer bbcde1bf03 removed leftover debug output from cc_anchor_filter 2007-02-22 11:27:49 +00:00
Andreas Meyer 1ab0999859 made the table dimensions less claustrophobic:
now there are 850 pixels of width 
(most displays have 1024 pixels width nowadays)
2007-02-20 23:05:45 +00:00
Andreas Meyer b2465c2b82 * bugfix: put long parameter lists on seperate lines, also for operators
(previously, only functions and constructors had this feature)
* added rule to install tex2doxy script 
* removed duplicate -g in Makefile
2007-02-20 22:12:23 +00:00
Andreas Meyer 71ce100e52 added conversion script doc_tex -> doxygen. currently, it can
read in xml files from our tools and from doxygen and list 
some interesting features (classes, functions, their locations in c++ code, 
their current documentation etc)
2007-02-20 13:47:13 +00:00
Andreas Meyer 7e670c317b * switched to xml output for comments (makes transition easier from
doc_tex to doxygen)
* bugfix (html): made footnotes always appear _after_ alphabetical list of refpages
* bugfix: ccReferToExampleCode is now typeset in alltt
2007-02-20 12:30:06 +00:00
Andreas Meyer b7d4b4accb minor bugfix: "long long int" is now properly crosslinked
(before, only one space was accepted between words)
2007-02-15 10:31:51 +00:00
Andreas Meyer 283f74d6ac another step towards doc_tex->doxygen :
a file comments.txt is now written by the html converter, that contains
all interesting comment for code related items (methods, variables, 
constructors etc)
2007-02-14 15:59:18 +00:00
Andreas Meyer 02e62927f8 first step towards doc_tex->doxygen converter 2007-02-13 10:06:33 +00:00
Laurent Saboret cd1af6ed5b Version 0.7.4 2007-02-09 09:59:00 +00:00
Andreas Meyer 40b99417e8 * replaced two-colored with only white background for pkgdesc table
* better alignment for pkgdesc images
2007-02-08 16:57:38 +00:00
Andreas Meyer 90b0f7534a another \bgl, \boost fix 2007-02-07 09:37:29 +00:00
Andreas Meyer c372d00e0e moved \boost and \bgl into cc_manual.sty 2007-02-06 15:44:43 +00:00
Andreas Meyer 8ecba2df95 * moved command \bgl out of manual into style file
* new command \ccReferToExampleCode
2007-02-06 15:26:40 +00:00
Andreas Meyer 92b4520e93 package description:
useless alt="Package Illustration"  replaced by
more informative alt="\ccNameOfPackage Illustration"
2007-02-05 10:24:58 +00:00
Andreas Meyer bca23f0c4e reorganized \gmp, \mpfr, \lidia etc (are now
located in cgal_manual.sty)
2007-02-02 14:30:47 +00:00
Michael Hemmer 45d93c771b added macros: \core, \gmp, \lidia, \ntl 2007-01-30 14:15:39 +00:00
Andreas Meyer 7da978268a treat "long int","signed char" etc as one
c++ identifier during crosslinking
2007-01-29 23:11:04 +00:00
Andreas Meyer b32e716fa4 * minor bugfix: package description rows were not uniformly coloured
* another bugfix: chapternames that contain newlines have led to problems with 
  cc_anchor_filter. hotfix: remove newlines from chapter names during 
  interpretation of stylefiles. (better would be lexer-level removal ... )
2007-01-26 18:08:46 +00:00
Andreas Meyer 1185d08606 fixed transition from HTML 3.2 to 4.0: there was a bug (badly placed
lcRawHtml) which prevented cc_anchor_link to crosslink
2007-01-23 15:48:00 +00:00
Sylvain Pion 529034d574 close an open <div> 2007-01-13 22:49:06 +00:00
Sylvain Pion cb3aa15683 Pleasing validator:
Specify charset of Manual HTML pages.
Move style sheet <link ...> within <head>.
2007-01-13 18:45:05 +00:00
Sylvain Pion cef6858891 Update DOCTYPE of generated HTML files. 2007-01-07 15:09:27 +00:00
Sylvain Pion a556581c86 Replace -------------- in HTML comments by ============ to please validator. 2007-01-07 13:01:46 +00:00
Andreas Meyer 81db7fa24d added "support" for recent versions of flex
(just replaced unput by yyunput .. other
 workarounds did not quite work)
2006-11-30 16:43:51 +00:00
Andreas Meyer 64063cc156 no eigen-classname removal inside template arguments 2006-11-30 13:11:07 +00:00
Andreas Meyer b2090ec73c removed border around pkgdesc illustration 2006-11-15 20:32:04 +00:00
Andreas Meyer 36228459ec html bugfix: write anchors to packages.html, too 2006-11-03 13:42:54 +00:00
Andreas Meyer f64f2cc2e3 typo 2006-11-03 13:41:25 +00:00
Andreas Meyer 24057e65a0 bugfix ps/pdf: added \usepackage{footnote} 2006-11-03 12:10:20 +00:00
Andreas Meyer 89073778f5 bug: files actually had XPM content instead of GIF! fixed now. 2006-10-29 20:06:44 +00:00
Andreas Meyer 6c98454150 found another instance of "REG_NOERROR". replaced by "0" 2006-10-26 09:52:08 +00:00
Andreas Meyer 1b3d5f3fa1 replaced non-standard REG_NOERROR with plain "0" 2006-10-25 18:45:10 +00:00
Andreas Meyer bc3b5ce9d2 package description: align images with package names 2006-10-25 15:53:02 +00:00
Andreas Meyer a4d2e66a14 bugfix: multiline function declarations with
multiparagraph comments now work
2006-10-24 12:56:35 +00:00
Andreas Meyer 2aaa1b2072 renamed pkgdescription.html -> packages.html in Biblio 2006-10-24 12:55:36 +00:00
Andreas Meyer 184904975a added docu for ccPkgDescription and ccIncludeExampleCode 2006-10-15 21:03:30 +00:00
Andreas Meyer 06ec1b8692 new feature: images for package description page 2006-10-13 10:19:55 +00:00
Andreas Meyer 5ffc1dc158 bugfix: avoid .operator() being displayed in
return_type creationvariable.operator()( myargumentlist )
2006-10-12 14:00:43 +00:00
Andreas Meyer b61e418b88 * added a \slash macro
* create a default *.stage_0 file
2006-10-10 16:32:25 +00:00
Andreas Meyer 8f3581a3d3 more pretty layout for ccExampleCode. filename is crosslinked now 2006-08-10 13:53:33 +00:00
Andreas Meyer c3692fed06 bugfix for " [#1129] wrong hyperlinks " 2006-08-09 13:37:27 +00:00
Andreas Meyer 9e7a24500c new feature: strip license headers from example code 2006-08-08 17:52:23 +00:00
Andreas Meyer b454b3febd manual cleanup:
* .C ---> .cpp
* removed ../examples from paths
* moved some demo/example files out of doc_tex into their respective place
* now it should build properly, again
2006-08-07 16:43:09 +00:00
Monique Teillaud def1447551 files fixed manually to solve the problems existing in CGAL-3.2
(dead links and so on)
a more automatic solution will need to be found...
2006-07-12 18:59:12 +00:00