Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Property for class name? #510

Closed
brandonscript opened this issue Feb 4, 2015 · 2 comments
Closed

Property for class name? #510

brandonscript opened this issue Feb 4, 2015 · 2 comments

Comments

@brandonscript
Copy link

Hey, trying to customize the styling of the appledoc output, and one of the parameters I want to access is the class name by itself. {{page.Title}} is close, but it includes the full page title. Is there such a property?

@tomaz
Copy link
Owner

tomaz commented Feb 6, 2015

Here's you can find all injected variables: https://github.com/tomaz/appledoc/blob/master/Generating/GBHTMLTemplateVariablesProvider.m

Additionally there are model objects (https://github.com/tomaz/appledoc/tree/master/Model) added to the dictionary which you can use to query their properties.

If neither provides data you need, you'll need to dive into source code and add it yourself. Then on template side of things, just use whichever keys you'll add...

@tomaz tomaz closed this as completed Feb 6, 2015
@brandonscript
Copy link
Author

That's great! Thanks a lot ;)

Brandon

On Feb 6, 2015, at 1:17 AM, tomaz notifications@github.com wrote:

Here's you can find all injected variables: https://github.com/tomaz/appledoc/blob/master/Generating/GBHTMLTemplateVariablesProvider.m

Additionally there are model objects (https://github.com/tomaz/appledoc/tree/master/Model) added to the dictionary which you can use to query their properties.

If neither provides data you need, you'll need to dive into source code and add it yourself. Then on template side of things, just use whichever keys you'll add...


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants