SalesforceFoundation / ApexDoc

The latest java source for ApexDoc, a tool to document your Salesforce Apex classes.
BSD 3-Clause "New" or "Revised" License
229 stars 128 forks source link

Github links aren't correct from current implementation #2

Closed kbromer closed 9 years ago

kbromer commented 9 years ago

This is an example from the Apex Doc version:

https://github.com/SalesforceFoundation/Cumulus/blob/docs/1178-javadocs-code-comments/src/classesALLO_Multicurrency_TDTM.cls#L50

davidhabib commented 9 years ago

@jlantz Jason, you aren't passing the correct URL on the -g flag.

jlantz commented 9 years ago

Fixed. Apparently you need to the trailing / such as src/classes/ instead of src/classes