Changes between Version 4 and Version 5 of JavadocWikiMacro


Ignore:
Timestamp:
Nov 25, 2015, 2:21:03 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • JavadocWikiMacro

    v4 v5  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Trac Wiki Macro for rendering links to Javadoc urls =
    32
    4 == Description ==
     3= Macro to render links to Javadoc urls
    54
    6 Accepts one or two arguments separated by a comma.
     5== Description
     6
     7This is a Trac Wiki Macro for rendering links to Javadoc urls. It accepts one or two arguments separated by a comma, see below for an example.
    78
    89The first argument is the fully qualified Java class or package.
    9 Classes are assumed to begin with an uppercase letter and packages
    10 with a lowercase letter according to standard Java naming conventions.
     10Classes are assumed to begin with an uppercase letter and packages with a lowercase letter according to standard Java naming conventions.
    1111
    1212The second optional argument is the link text.
    13 If the second argument is ommitted the class name is used,
    14 or in the case of a package the full package name is used.
     13If the second argument is ommitted the class name is used, or in the case of a package the full package name is used.
    1514
    16 
    17 == Bugs/Feature Requests ==
     15== Bugs/Feature Requests
    1816
    1917Existing bugs and feature requests for JavadocWikiMacro are
    20 [query:status=new|assigned|reopened&component=JavadocWikiMacro&order=priority here].
     18[report:9?COMPONENT=JavadocWikiMacro here].
    2119
    2220If you have any issues, create a
    23 [/newticket?component=JavadocWikiMacro&owner=Andi new ticket].
     21[/newticket?component=JavadocWikiMacro new ticket].
    2422
    25 == Download and Source ==
     23[[TicketQuery(component=JavadocWikiMacro&group=type,format=progress)]]
    2624
    27 Download the zipped source from [download:javadocwikimacro here]. You can check out JavadocWikiMacro from [/svn/javadocwikimacro here] using Subversion, or [source:javadocwikimacro browse the source] with Trac.
     25== Download
    2826
    29 == Example ==
     27Download the zipped source from [export:javadocwikimacro here].
     28
     29== Source
     30
     31You can check out JavadocWikiMacro from [/svn/javadocwikimacro here] using Subversion, or [source:javadocwikimacro browse the source] with Trac.
     32
     33== Example
    3034
    3135Just register the urls in the javadoc.py:
    3236
    3337{{{
    34  commons_logging_url = 'http://commons.apache.org/logging/commons-logging-1.0.3/docs/api/index.html'
     38commons_logging_url = 'http://commons.apache.org/logging/commons-logging-1.0.3/docs/api/index.html'
    3539}}}
    3640
     
    4448}}}
    4549
    46 
    4750Usage:
    4851{{{
     
    5053}}}
    5154
    52 == Recent Changes ==
     55== Recent Changes
    5356
    5457[[ChangeLog(javadocwikimacro, 3)]]
    5558
    56 == Author/Contributors ==
     59== Author/Contributors
    5760
    5861'''Author:''' [wiki:Andi] [[BR]]
    59 '''Maintainer:''' [wiki:Andi] [[BR]]
     62'''Maintainer:''' [[Maintainer]] [[BR]]
    6063'''Contributors:''' mgood