Feature Requests item #1498421, was opened at 2006-05-31 19:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1498421&group_id=2439

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Alex Barrett (al-barrett)
Assigned to: Nobody/Anonymous (nobody)
Summary: PhpDocumenter Tags in DocBlocks

Initial Comment:
Having an option to change the font for tags in
phpDocumenter doc blocks would be useful when scanning
over large class files.

Example:
class Foo {
    /**
     * Initialises your foo for when you're too
     * lazy to do it yourself.
     *
     * @param $bar Ignored so don't worry about it.
     * @return Baz
     */
    public class __construct($bar) {
        return new Baz();
    }
}

In the example @param and @return would look better in
say, bold. Also the variable after @param and Baz need
their own fonts to distingish them from the description
following them.

It's pretty much exactly the same as Javadoc.
Full details at http://manual.phpdoc.org.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1498421&group_id=2439
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to