0.6.0
C++ to UML diagram generator based on Clang
Loading...
Searching...
No Matches
Functions
clanguml::version Namespace Reference

Detailed Description

src/version/version.cc

Copyright (c) 2021-2025 Bartek Kryza bkryz.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

src/version/version.h

Copyright (c) 2021-2025 Bartek Kryza bkryz.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Functions

const char * version ()
 
unsigned json_generator_schema_version ()
 

Function Documentation

◆ json_generator_schema_version()

unsigned clanguml::version::json_generator_schema_version ( )

Definition at line 23 of file version.cc.

24{
25 return CLANG_UML_JSON_GENERATOR_SCHEMA_VERSION;
26}

◆ version()

const char * clanguml::version::version ( )

Definition at line 21 of file version.cc.

21{ return CLANG_UML_VERSION; }