File: 20040625--sbool-is-not-in-coin-docs.txt

package info (click to toggle)
coin3 3.1.3-2.2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 48,368 kB
  • sloc: cpp: 314,329; ansic: 15,927; sh: 13,635; makefile: 8,772; perl: 2,149; lex: 1,302; lisp: 1,247; yacc: 184; xml: 175; sed: 68
file content (16 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
119 Documentation bug: SbBool is not part of the Doxygen-generated
    doc.

    Even though documented in src/misc/SoDB.cpp, documentation for
    SbBool is not generated by Doxygen. This used to work.

    Perhaps the problem is that SbBool is documented as a \class,
    while it should be a \typedef?

    Fool around with Doxygen a bit and find out why it fails, then
    make the necessary changes (to the SbBool doc block in SoDB.cpp,
    probably).

    This is a low priority issue.

    20040625 mortene.