On May 20, 2015, at 11:34 AM, Milinda Fernando <milind...@gmail.com> wrote:

> These days I am trying to create a libdm view. I am referring to the libdm 
> doxygen documentation[1]. But when I refer to dm.h header file, doxygen 
> documentation and the code in the dm.h does not match. 

In addition to what Cliff said, note that the doxygen pages that you referenced 
below are very old and out-of-date.  I believe those were generated some 5+ 
years ago.  You can enable doxygen output via cmake (see the INSTALL file), but 
it’s recommended to just read the public headers and look at specific examples 
like src/util/plot3-dm.c and src/adrt/isst_tcltk.c in the source tree.

> For example in doxygen documentation DM_OPEN defined with 3 parameters while 
> in dm.h header file DM_OPEN is defined with 4 parameters.

If you read include/dm.h, you’ll see that the 4 parameters are a tcl 
interpreter, a display type (an integer), and argc/argv parameters (similar to 
main()).

Cheers!
Sean


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to