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

Support link to specific line number on Bitbucket #70

Open ghost opened 7 years ago

ghost commented 7 years ago

Links to specific line number on Bitbucket repository are not working, so I fixed.

Here's a sample build command:

$ java -jar apexdoc.jar -s 'src/classes' -g 'https://bitbucket.org/user_name/repository_name/src/master/src/classes/'

Sorry, I'm not good at English.