SVN commit 656083 by cgilles:
digiKam from trunk : update KDevelop project option to generate the full API doc using Doxygen tool, including UML graph. Just use "Build/API Doc" menu to generate the huge HTML API output in digikam/api/html folder. CCMAIL: [hidden email] M +7 -7 digikam.kdevelop --- trunk/extragear/graphics/digikam/digikam/digikam.kdevelop #656082:656083 @@ -12,7 +12,7 @@ </keywords> <projectdirectory>.</projectdirectory> <absoluteprojectpath>false</absoluteprojectpath> - <description/> + <description></description> <ignoreparts/> </general> <kdevfileview> @@ -71,11 +71,11 @@ <kdevdebugger> <general> <dbgshell>libtool</dbgshell> - <programargs/> - <gdbpath/> - <configGdbScript/> - <runShellScript/> - <runGdbScript/> + <programargs></programargs> + <gdbpath></gdbpath> + <configGdbScript></configGdbScript> + <runShellScript></runShellScript> + <runGdbScript></runGdbScript> <breakonloadinglibs>true</breakonloadinglibs> <separatetty>false</separatetty> <floatingtoolbar>false</floatingtoolbar> @@ -163,7 +163,7 @@ <headerCompletionDelay>250</headerCompletionDelay> </codecompletion> <creategettersetter> - <prefixGet/> + <prefixGet></prefixGet> <prefixSet>set</prefixSet> <prefixVariable>m_,_</prefixVariable> <parameterName>theValue</parameterName> _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Gilles Caulier wrote:
> SVN commit 656083 by cgilles: > > digiKam from trunk : update KDevelop project option to generate the full API doc using Doxygen tool, including UML graph. > Just use "Build/API Doc" menu to generate the huge HTML API output in digikam/api/html folder. > CCMAIL: [hidden email] > > > M +7 -7 digikam.kdevelop > > > --- trunk/extragear/graphics/digikam/digikam/digikam.kdevelop #656082:656083 > @@ -12,7 +12,7 @@ > </keywords> > <projectdirectory>.</projectdirectory> > <absoluteprojectpath>false</absoluteprojectpath> > - <description/> > + <description></description> > <ignoreparts/> > </general> > <kdevfileview> > @@ -71,11 +71,11 @@ > <kdevdebugger> > <general> > <dbgshell>libtool</dbgshell> > - <programargs/> > - <gdbpath/> > - <configGdbScript/> > - <runShellScript/> > - <runGdbScript/> > + <programargs></programargs> > + <gdbpath></gdbpath> > + <configGdbScript></configGdbScript> > + <runShellScript></runShellScript> > + <runGdbScript></runGdbScript> > <breakonloadinglibs>true</breakonloadinglibs> > <separatetty>false</separatetty> > <floatingtoolbar>false</floatingtoolbar> > @@ -163,7 +163,7 @@ > <headerCompletionDelay>250</headerCompletionDelay> > </codecompletion> > <creategettersetter> > - <prefixGet/> > + <prefixGet></prefixGet> > <prefixSet>set</prefixSet> > <prefixVariable>m_,_</prefixVariable> > <parameterName>theValue</parameterName> Does changing self closing XML tags to open+close tags really add all that functionality??? Col _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |