mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Fix syntax on job_class_order docs
This commit is contained in:
parent
433ae34e55
commit
bcaaeedd89
@ -381,11 +381,11 @@ in the table is the default ordering.
|
||||
|
||||
```C++
|
||||
job_class_order {
|
||||
my_job_class_1 ;
|
||||
my_job_class_2 ;
|
||||
scheduled ;
|
||||
my_job_class_3 ;
|
||||
}
|
||||
my_job_class_1 ,
|
||||
my_job_class_2 ,
|
||||
scheduled ,
|
||||
my_job_class_3
|
||||
};
|
||||
```
|
||||
|
||||
### Simulation Object C++ properties
|
||||
|
Loading…
Reference in New Issue
Block a user