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

Improvement + New UI of the auto documentation #196

Merged
merged 33 commits into from
Apr 4, 2014
Merged

Conversation

cmurer
Copy link
Contributor

@cmurer cmurer commented Apr 3, 2014

🚀

cmurer added 30 commits April 3, 2014 18:40
- enrich search data with components of a domain
- improve behavior of the global search
modify panel in order to be collapse able
@Override
public boolean isPublic(final Class<? extends T> clazz) {
final XKasperPublic annotation = checkNotNull(clazz).getAnnotation(XKasperPublic.class);
return null != annotation;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return (null != checkNotNull(clazz).getAnnotation(XKasperPublic.class)); ?

mglcel added a commit that referenced this pull request Apr 4, 2014
Improvement + New UI of the auto documentation
@mglcel mglcel merged commit 64e9b63 into viadeo:develop Apr 4, 2014
@mglcel mglcel deleted the ndoc branch April 4, 2014 10:22
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

Successfully merging this pull request may close these issues.

2 participants