I don't know that I would agree it's becoming that way. Simple questions have always been asked on Stack Overflow, and they've always been acceptable to ask on Stack Overflow.
The problem is, what's "simple" for you may not be simple for another developer. I think Win32 programming is "simple", but that's not a very widely-held opinion and there are a whole bunch of questions asked about it. Because they're relatively easy for me to answer, I try to do so. People really appreciate those answers, because they've been struggling with that issue all day. Likewise, there's some seemingly obvious stuff that I don't know anything about because I either haven't been exposed to it at all or I spend very little time using it. I'd be a total "newb" in PHP development, for example, and ask some dumb/easy questions.
If you don't want to answer the question, then just move along. If you know the answer and have a bit of time, then you might as well provide a really good answer, get a few reputation points, and help someone out who might not know that area of development as well as you do. And, of course, if it's just a really badly-asked question, then you should downvote and flag/vote to close. We have a zero tolerance policy for bad questions, regardless of their depth and scope.
Some people think that we should add a "general reference" close reason for really simple questions. But I'm against that. To expand on an argument I made in a comment earlier today:
There is no such thing as a "general reference" programming question. Always assume that the asker has already read the documentation, but didn't understand it. Programming-related documentation has a not-undeserved reputation of being written in "techno-babble", no matter how "general reference" it is or is intended to be. The person asking the question needs an explanation of what it says and what it means and how to apply it to their situation. Short, "reference-style" answers are perfectly acceptable in these cases.
As I see it, the most important thing is that we get the content available on SO. There's no guarantee that the "official documentation" won't up and generate a 404 error in a few months. This is especially likely for some of the smaller open-source projects, but even MSDN links are notorious for breaking and ending up rather useless.
Simple questions, though, are an entirely different issue than:
It seems like Stack Overflow is being watered down by the same old questions and answers.
If they're the same questions and answers, then you should be flagging or voting to close (whichever is appropriate for your reputation-conferred privileges) those questions as possible duplicates. There is absolutely no reason for us to rehash the same issues over and over again. I agree that not only is that not helping anyone, it actually makes it harder to find the good answers in the long run because they're spread out over a bunch of poorly-asked questions. Closing and merging duplicate questions is the proper, built-in solution to handle this problem.