FLTK logo

Re: [fltk.coredev] Fluid documentation

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.coredev  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Fluid documentation Greg Ercolano Dec 14, 2021  
 

On 12/14/21 6:52 PM, Albrecht Schlosser wrote:

On 12/15/21 12:00 AM Greg Ercolano wrote:
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) {


    Looks good!

--
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/e5c6d173-2bb9-0405-fe30-9faba61a8ef5%40seriss.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.