Should I be able to see that in the
doxygen docs somehow, perhaps something
separate from the usual '( cd documentation; make html)'? I
wasn't sure how
to generate those docs or where to find them.
$ cd fluid
$ doxygen
Documentation is generated in fluid/documentation/html [
/index.html as usual entry page ]
Doxygen versions lower then 1.9.1 may likely issue some warnings
which can be ignored.
Ah, thanks.. interesting!
Comparing my old code comments to doxygen for the
ExternalCodeEditor class..
Interesting to see it reformatted, e.g. "before" (fltk 1.3.x):
}
// [Protected] Start editor in background (fork/exec) // Returns: // > 0 on success, leaves editor child process
running as 'pid_' // > -1 on error, posts dialog with reason (child
exits) // int ExternalCodeEditor::start_editor(const char
*editor_cmd, const char *filename)
{
..and "after" (fltk 1.4.x):
} /** Start editor in background (fork/exec) \return 0 on success, leaves editor child process
running as 'pid_' \return -1 on error, posts dialog with reason (child
exits) */ int ExternalCodeEditor::start_editor(const char
*editor_cmd, const char
*filename) {
Comments are owned by the poster. All other content is copyright 1998-2025 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.