-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The following member functions will return NotImplemented if not implemented in derived classes to let user aware that the function call is not functioning - write() - write_title() - gen_prologue() - inst_group_prologue() - inst_group_epilogue() - post_gen() - The func function is set as abstract method, all the derived classes shoule have their own implementation - The original func implementation is copied to DocGenerator and APITestGenerator and replace the call of base func() implementation Signed-off-by: Jerry Zhang Jian <[email protected]>
- Loading branch information
1 parent
c783839
commit 910b3c8
Showing
1 changed file
with
24 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters