Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InheritDocHandler (0.07 sec)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/JavadocConverter.java

                return true;
            }
        }
    
        private static class InheritDocHandler implements JavadocTagHandler {
            private final CommentSource source;
            private final DocBookBuilder nodeStack;
    
            private InheritDocHandler(DocBookBuilder nodeStack, CommentSource source) {
                this.nodeStack = nodeStack;
                this.source = source;
            }
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 29.3K bytes
    - Viewed (0)
Back to top