Click here to Skip to main content
15,913,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Cancel Buton On PropertySheet Pin
Mr Bose Dayala20-Feb-03 4:02
Mr Bose Dayala20-Feb-03 4:02 
Generalhpgl Pin
bachan20-Feb-03 3:18
bachan20-Feb-03 3:18 
GeneralRe: hpgl Pin
David Chamberlain20-Feb-03 6:09
David Chamberlain20-Feb-03 6:09 
GeneralNumber of records in Access Pin
Majid Shahabfar20-Feb-03 3:16
Majid Shahabfar20-Feb-03 3:16 
GeneralRe: Number of records in Access Pin
Roger Allen20-Feb-03 4:09
Roger Allen20-Feb-03 4:09 
GeneralCode documentation tool (C++ to XML) Pin
VizOne20-Feb-03 3:11
VizOne20-Feb-03 3:11 
GeneralRe: Code documentation tool (C++ to XML) Pin
Anna-Jayne Metcalfe20-Feb-03 4:43
Anna-Jayne Metcalfe20-Feb-03 4:43 
GeneralRe: Code documentation tool (C++ to XML) Pin
VizOne20-Feb-03 5:06
VizOne20-Feb-03 5:06 
doxygen can output xml, but of course it has a different structure than the xml output by c# compiler.

e.g.:
C# compiler:
[code]
<?xml version="1.0"?>
<doc>
<assembly>
<name>CSDocTest</name>
</assembly>
<members>
<member name="T:CSDocTest.Foo">
<summary>
Brief description for Foo
</summary>
</member>
<member name="M:CSDocTest.Foo.Main(System.String[])">
<summary>
Main entry point.
</summary>
<param name="args">Commandline-parameters</param>
This is a test
<remarks>This function is not tested yet</remarks>
</member>
</members>
</doc>
[/code]


Class doc by doxygen:[code]
<?xml version='1.0' encoding='iso-8859-1' standalone='yes'?>
<doxygen version="1.3-rc3">
<compounddef id="classCSDocTest_1_1Foo" kind="class">
<compoundname>CSDocTest::Foo</compoundname>
<listofallmembers>
<member refid="classCSDocTest_1_1Foo_1f0" prot="private"
virt="non-virtual"><scope>CSDocTest::Foo</scope><name>Main</name></member>
</listofallmembers>
<sectiondef kind="private-static-func">
<memberdef kind="function" id="classCSDocTest_1_1Foo_1f0"
virt="normal" prot="private" static="yes" const="no" volatile="no">
<type>void</type>
<definition>void CSDocTest::Foo::Main</definition>
<argsstring>(string[] args)</argsstring>
<name>Main</name>
<param>
<type>string</type>
<declname>args</declname>
<array>[]</array>
</param>
<briefdescription>
</briefdescription>
<detaileddescription>
<para>Main entry point. <parameterlist
kind="param"><parametername>args</parametername>
<parameterdescription>
<para>Commandline-parameters</para></parameterdescription></parameterlist>
This is a test! <simplesect kind="note"><para>This function is not tested yet</para></simplesect>
</para> </detaileddescription>
<location file="F:/Gentlestorm/CSDocTest/Class1.cs" line="20"
bodystart="19" bodyend="24"/>
</memberdef>
</sectiondef>
<briefdescription>
<para>Brief description for Foo<ref refid="classCSDocTest_1_1Foo"
kindref="compound">Foo</ref>. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<location file="F:/Gentlestorm/CSDocTest/Class1.cs" line="12"
bodystart="11" bodyend="25"/>
</compounddef>
</doxygen>[/code]


You see, not very similar Cry | :((

- Andre
GeneralRe: Code documentation tool (C++ to XML) Pin
Anna-Jayne Metcalfe20-Feb-03 5:19
Anna-Jayne Metcalfe20-Feb-03 5:19 
GeneralWebmail to Outlook Pin
Florin Ochiana20-Feb-03 2:51
Florin Ochiana20-Feb-03 2:51 
GeneralCreating Bluetooth Sockets + Error 10047 Pin
IrishDizz20-Feb-03 2:42
IrishDizz20-Feb-03 2:42 
GeneralRe: Creating Bluetooth Sockets + Error 10047 Pin
Frank S.7-Mar-03 1:44
Frank S.7-Mar-03 1:44 
GeneralProducing Executable Pin
vijayaramaraju20-Feb-03 2:21
vijayaramaraju20-Feb-03 2:21 
GeneralRe: Producing Executable Pin
AlexO20-Feb-03 2:36
AlexO20-Feb-03 2:36 
QuestionVStudio Error? Pin
Jan7520-Feb-03 2:00
Jan7520-Feb-03 2:00 
AnswerRe: VStudio Error? Pin
AlexO20-Feb-03 2:35
AlexO20-Feb-03 2:35 
GeneralVisual Studio Error Pin
Anonymous20-Feb-03 1:14
Anonymous20-Feb-03 1:14 
GeneralRe: Visual Studio Error Pin
Anonymous20-Feb-03 1:16
Anonymous20-Feb-03 1:16 
GeneralRe: Visual Studio Error Pin
Anonymous20-Feb-03 1:25
Anonymous20-Feb-03 1:25 
GeneralRe: Visual Studio Error Pin
Chris Richardson20-Feb-03 8:11
Chris Richardson20-Feb-03 8:11 
GeneralRe: Visual Studio Error Pin
Anonymous20-Feb-03 22:51
Anonymous20-Feb-03 22:51 
Generalsorting by datetime Pin
stv20-Feb-03 1:11
stv20-Feb-03 1:11 
GeneralRe: sorting by datetime Pin
Abin20-Feb-03 1:37
Abin20-Feb-03 1:37 
GeneralRe: sorting by datetime Pin
stv20-Feb-03 2:09
stv20-Feb-03 2:09 
GeneralRe: sorting by datetime Pin
stv20-Feb-03 3:19
stv20-Feb-03 3:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.