That was my reaction at first. "Of course you always have something
in the global space, right?". But then it occurred to me that you
might only be documenting a certain path w/in the global namespace, in
which case GLOBAL would kind of get in the way.
For example, let's say we have the "zenbe" object at the top level,
but we (Zenbe, Inc.) don't want to publish our entire api. Instead,
we just want to publish some subset of that... "zenbe.widgets" or
something like that. Yeah, technically the path to that is
GLOBAL.zenbe.widgets, but I wouldn't really want that GLOBAL sitting
at the top all the time. It's not really important or relevant to the
APIs I'm trying to document.
I guess my point is I can see why it'd be nice to not have GLOBAL
documented in some cases. But it's not something I have a great need
for either.