Commit Graph

7 Commits

Author SHA1 Message Date
Mark Olesen
850fa066d3 ENH: add UList typedefs for the various List counterparts
- eg,
    labelUList  <-> labelList
    scalarUList <-> scalarList
    ...

Note the unallocLabelList typedef is still available.
However labelUList requires less typing (10 vs. 17 chars) and has a
more obvious to labelList.
2010-10-13 10:43:16 +02:00
Mark Olesen
0f57f4ec8a STYLE: move bin/doxyFilt -> bin/tools/doxyFilter
- normally only for doxygen generation, not needed in the path
2010-08-11 11:03:43 +02:00
Mark Olesen
1668cb76f1 STYLE: reduce number of absolute widths in css
- use &reg; instead of ® in html templates - seems to work better with
  doxygen at the moment
2010-05-10 08:56:50 +02:00
Mark Olesen
15e9f0ed91 STYLE: adjust doxygen css for better spacing in the navpath 2010-05-06 07:48:08 +02:00
Mark Olesen
20e9505b69 ENH: first reasonable draft of new doxygen look 2010-05-02 12:02:45 +02:00
Mark Olesen
1fe136869e ENH: update Doxyfile to 1.6.3 2010-04-16 19:27:39 +02:00
Mark Olesen
0b7dc317fa ENH: begin reworking doxygen to use xhtml/css and new OpenCFD look
- drop old table-based formatting in favour of div.
- use single css with @import to minimize the impact of style changes
  on the html documents themselves.
- separate css/ directory
- locate css graphic elements inside the css/ directory for easier
  relative addressing.
2010-04-16 08:57:04 +02:00