Skip to content

Instantly share code, notes, and snippets.

@wachpwnski
Created April 9, 2015 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wachpwnski/5351a346c77ab8eaafb5 to your computer and use it in GitHub Desktop.
Save wachpwnski/5351a346c77ab8eaafb5 to your computer and use it in GitHub Desktop.
apiDoc requires incorrect usage of docstring to global apiDefine
"""
@apiDefine admin User access only
This optional description belong to to the group admin.
@apiDefine owner User access only
This optional description belong to to the group owner.
"""
import foo
"""
@apiDefine admin User access only
This optional description belong to to the group admin.
"""
"""
@apiDefine owner User access only
This optional description belong to to the group owner.
"""
import foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment