C++: QLDoc for IRFunction.qll

This commit is contained in:
Dave Bartolomeo
2020-06-28 09:33:16 -04:00
parent d0af9f5808
commit 88f89b3334
5 changed files with 25 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
/**
* Provides the class `IRFunction`, which represents the Intermediate Representation for the
* definition of a function.
*/
private import internal.IRInternal
private import internal.IRFunctionImports as Imports
import Imports::IRFunctionBase

View File

@@ -1,3 +1,8 @@
/**
* Provides the class `IRFunction`, which represents the Intermediate Representation for the
* definition of a function.
*/
private import internal.IRInternal
private import internal.IRFunctionImports as Imports
import Imports::IRFunctionBase