Warning, /kdevelop/kdevelop/plugins/konsole/README.dox is written in an unsupported language. File is not indexed.

0001 /** \class KonsoleViewPlugin
0002 Put a brief description here, the brief description ends at the first dot.
0003 Put a more detailed description of your plugin in these lines. It can span
0004 over several lines. You can even use some html commands in these lines like:
0005 <code>This is code</code>, html links <a href="http://somelocation">link text</a>,
0006 and images.
0007 
0008 \authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
0009 
0010 \maintainer <a href="mailto:$EMAIL$">$AUTHOR$</a>
0011 \maintainer <a href="mailto:2nd maintainer AT provider.com">2nd maintainer full name</a>
0012 ...
0013 \maintainer <a href="mailto:nth maintainer AT provider.com">nth maintainer full name</a>
0014 
0015 \feature Describe the first feature
0016 \feature Describe the second feature
0017 ...
0018 \feature Describe the last feature
0019 
0020 \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet.
0021 ..
0022 \bug Describe a the nth bug that you know of, but probably hasn't been reported yet.
0023 
0024 \requirement Describe a the 1st requirement of your plugin.
0025 \requirement Describe a the 2nd requirement of your plugin.
0026 ...
0027 \requirement Describe a the nth requirement of your plugin.
0028 
0029 \todo Describe a the 1st TODO of your plugin.
0030 \todo Describe a the 2nd TODO of your plugin.
0031 ...
0032 \todo Describe a the nth TODO of your plugin.
0033 
0034 \faq <b>First frequenly asked question about your plugin ?</b> Answer.
0035 \faq <b>Second frequenly asked question about your plugin ?</b> Answer.
0036 ...
0037 \faq <b>Last frequenly asked question about your plugin ?</b> Answer.
0038 
0039 \note First note text.
0040 \note Second note text.
0041 ...
0042 \note Last note text.
0043 
0044 \warning First warning text.
0045 \warning Second warning text.
0046 ...
0047 \warning Last warning text.
0048 
0049 */