Documenting C++ Using the Right Tools
Offered By: CppNow via YouTube
Course Description
Overview
Explore a comprehensive conference talk on documenting C++ effectively using modern tools. Gain insights into the DoxyPress project and learn about best practices for documentation. Discover how the integration of libClang into DoxyPress revolutionizes C++ parsing, moving beyond traditional lex-based approaches. Understand the benefits of using libClang's Abstract Syntax Tree (AST) for parsing source code, retrieving comments, and generating high-quality documentation. Witness a practical demonstration of DoxyPress in action, showcasing its capabilities in documenting a modern C++ application. Access accompanying slides for further reference and deeper understanding of the concepts presented in this 1 hour 32 minute CppNow presentation.
Syllabus
Geller & Sermersheim: Documenting C++ Using the Right Tools
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube