[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/sysadmin/kextprocess
From:       Adriaan de Groot <groot () kde ! org>
Date:       2005-07-31 20:59:20
Message-ID: 1122843560.373383.23556.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 441754 by adridg:

Dox fixes demonstration for Martijn: set DOXYGEN_REFERENCES in the Makefile that \
includes Doxyfile.am; use % to _avoid_ cross-referencing (quite common to namespace \
KDE); use fully-qualified names to trigger cross-references.

 M  +2 -2      Mainpage.dox  
 M  +1 -1      Makefile.am  
 M  +0 -4      lib/Makefile.am  


--- trunk/playground/sysadmin/kextprocess/Mainpage.dox #441753:441754
@@ -1,6 +1,6 @@
 /** @mainpage KExtProcess
 
-KExtProcess is a library that allows KDE code to use a KProcess-like API, but
+KExtProcess is a library that allows %KDE code to use a KProcess-like API, but
 more powerful. KExtProcess allows running processes anywhere the user likes,
 e.g. over SSH, running as another user (su), or even any combination of
 protocols chained together.
@@ -15,7 +15,7 @@
 hardcoded or configured by the user.
 
 To hardcode the process (e.g. in in-house developed applications), call
-ProcessFactory::createProcess() to create an ExtProcess instance and set
+KExtProcess::ProcessFactory::createProcess() to create an KExtProcess::ExtProcess \
instance and set  properties through ExtProcess::setProperty(). Do not instantiate \
the various  processes (e.g. LocalProcess, SuProcess or SSHProcess) directly! Even \
though  this is currently possible, this use case is not part of the planned public
--- trunk/playground/sysadmin/kextprocess/Makefile.am #441753:441754
@@ -2,6 +2,6 @@
 
 # vim: set noet:
 
-DOXYGEN_REFERENCES = kdecore
+DOXYGEN_REFERENCES = kdecore kdeui
 
 include $(top_srcdir)/admin/Doxyfile.am
--- trunk/playground/sysadmin/kextprocess/lib/Makefile.am #441753:441754
@@ -13,9 +13,5 @@
 libkextprocess_la_LIBADD = $(LIB_KUTILS)
 libkextprocess_la_LDFLAGS = -no-undefined $(all_libraries)
 
-# API dox: include kdecore in references. kdeui is not that important, but
-# having it doesn't hurt
-DOXYGEN_REFERENCES = kdecore kdeui
-
 # vim: set noet:
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic