|
Disappearing function??: msg#00071text.doxygen.general
BH Friends, Please study the code below. Does anyone have an ideas why the documentation for the LoadSolidModel method is not appearing in the documentation. I see the output from the parser. It recognizes the file and doesn't issue any warnings. My hunch is that is has something to do with the fact that it is is "inline". Having said that, I don't know what to do to fix it. Any ideas? Moshe Kruger AllWrite Information Design Tel : 03-9607130 Mobile: 057-569-093 mailto: mkruger@xxxxxxxxxxxx ----------------------------------------------- APIs/SDKs * User manuals * White papers * Training courseware * Marketing collateral ************ #ifndef _MODEL_LOAD_H_ #define _MODEL_LOAD_H_ #include "geom_models/xxx.h" /*! \file modelLoad.h \brief Contains a function to load a solid model from the disk. */ MdlGeomVelModel* abc(Widget parent = NULL,bool enableChangeDomains = TRUE, bool startDomainDepth = TRUE, bool center=0); MdlGeomVelModel* abc( string domain, string modelName); /*! \brief Loads a solid model from the disk. \param domain Solid model domain, as an internally generated, four-character string (see MiFormGridSuffix()). Solid models exist only in the depth (\c DiCm) or time migrated (\c PmCm) domains. \param modelName Solid model name \return A pointer to the loaded solid model */ inline static MdlBuiltModel* LoadSolidModel(string domain, string modelName) { return (MdlBuiltModel*) LoadModel (domain, modelName); } Moshe Kruger Technical Communicator Paradigm Geophysical Tel: +972-9-970-9353 Mobile: +972-57-569-093 ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: XML documentation: 00071, Moshe Kruger |
|---|---|
| Next by Date: | Re: Disappearing function??: 00071, Dimitri van Heesch |
| Previous by Thread: | XML documentationi: 00071, Andre Loker |
| Next by Thread: | Re: Disappearing function??: 00071, Dimitri van Heesch |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |