You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jasonlewis For some reason the blueprint package is generating the documentation for one of my controllers 9 times and another one of my controllers 4 times.
I only have these two controllers documented so far, however I have several more controllers to do. Any idea why this could be happening?
The text was updated successfully, but these errors were encountered:
It appears that it is duplicating the full controller's documentation according to the number of documented methods in that controller. For instance my ChannelController has 9 documented methods, so it generates the full ChannelController documentation 9 times. My EntityController has 4 documented methods, so it generates the full EntityController documentation 4 times.
I figured that I must be writing something incorrectly, however everything I have written lines up with what the documentation says to do so I am not sure whats wrong. Here is my EntityController, for reference.
@jasonlewis For some reason the blueprint package is generating the documentation for one of my controllers 9 times and another one of my controllers 4 times.
I only have these two controllers documented so far, however I have several more controllers to do. Any idea why this could be happening?
The text was updated successfully, but these errors were encountered: