2009/9/1 Dario Freddi <[email protected]>:
> In every application using KAuth. Should I just put some comments or there's a
> syntax for that? usage guide is already in the kauth MainPage.dox
All CMake files in kdelibs should have documentation at the top,
basically describing what it does and what variables are set. Just
take a look at the other files in the same directory ;)
>
> On Tuesday 01 September 2009 10:17:01 pm Alexander Neundorf wrote:
>> On Monday 31 August 2009, Dario Freddi wrote:
>> > SVN commit 1017843 by dafre:
>> >
>> > Fix modules
>> >
>> >
>> >  M  +2 -0      MacroKAuth.cmake
>> >
>> >
>> > --- trunk/KDE/kdelibs/cmake/modules/MacroKAuth.cmake #1017842:1017843
>> > @@ -55,7 +55,9 @@
>> >                         COMMENT "Generating ${HELPER_ID}.policy")
>> >      add_custom_target("actions for ${HELPER_ID}" ALL DEPENDS ${_output})
>> >
>> > +    if (POLKITQT_FOUND)
>> >      install(FILES ${_output} DESTINATION ${POLICY_FILES_INSTALL_DIR})
>> > +    endif (POLKITQT_FOUND)
>> >  endif()
>>
>> This file doesn't have documentation at the top.
>> Where is that file/macro used ?
>>
>> Alex
>>
>
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to