0.5.4
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Namespaces | Functions
decorators.cc File Reference
#include "decorators.h"
#include "util/util.h"
#include <string>
#include <string_view>

Go to the source code of this file.

Namespaces

namespace  clanguml
 
namespace  clanguml::decorators
 

Functions

std::pair< std::vector< std::shared_ptr< decorator > >, std::string > clanguml::decorators::parse (std::string documentation_block, const std::string &clanguml_tag="uml")
 Parse a documentation block and extract all clang-uml decorators.