Skip to main content

June 12, 2025: Enchanced Specialization for C, C++, Python, and Java in Driver Docs

Updated over a week ago

This week, we’re excited to announce enhanced specialization for C, C++, Python, and Java in Driver Docs. These improvements give your team significantly richer documentation experiences with better content quality and extensive symbol linking.

links-hi-res

Introducing: Comprehensive Symbol Linking

We've introduced pervasive links between symbols throughout your documentation, including cross-file connections that give you more flexibility in how you explore and understand your codebase. This includes:

  • Function Call Navigation: Direct links from parent functions or methods to the functions they call.

  • Class Hierarchy Links: Easy navigation from subclasses to their base classes.

  • Method-to-Class Connections: Links between class and data structure method implementations and their parent definitions.

  • Enhanced Symbol References: Links to many more types of symbols referenced throughout your documentation prose.

Enhanced C++ Template Support

We've also significantly improved documentation support for C++ templates, making template-heavy codebases much more navigable and easy to understand.

Getting Started

To get started, generate tech docs for any new codebases using C, C++, Python, or Java. The enhanced specialization will automatically be applied. For existing documentation, reach out to us about reprocessing options.

Did this answer your question?