mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
12 lines
112 B
JavaScript
12 lines
112 B
JavaScript
/**
|
|
* @alias MyContainerObject
|
|
*/
|
|
const obj = {
|
|
/**
|
|
* The foo property
|
|
*/
|
|
'foo': {
|
|
bar: 0
|
|
}
|
|
}
|